Skip to content

fix(deps): update all dependencies (patch only) #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stackable-bot
Copy link
Contributor

@stackable-bot stackable-bot commented May 14, 2024

This PR contains the following updates:

Package Type Update Change
Swatinem/rust-cache action patch v2.7.3 -> v2.7.8
Swatinem/rust-cache action patch v2.7.0 -> v2.7.8
async-trait workspace.dependencies patch 0.1.82 -> 0.1.88
clap workspace.dependencies patch 4.5.35 -> 4.5.38
clap_complete workspace.dependencies patch 4.5.24 -> 4.5.50
clap_complete_nushell workspace.dependencies patch 4.5.4 -> 4.5.5
clap_mangen dependencies patch 0.2.23 -> 0.2.26
comfy-table workspace.dependencies patch 7.1.1 -> 7.1.4
eslint (source) devDependencies patch ^8.40.0 -> ^8.57.0
futures (source) workspace.dependencies patch 0.3.30 -> 0.3.31
github.com/mittwald/go-helm-client require patch v0.12.10 -> v0.12.17
libc workspace.dependencies patch 0.2.171 -> 0.2.172
openapi-typescript (source) devDependencies patch ^6.5.0 -> ^6.7.5
phf workspace.dependencies patch 0.11.2 -> 0.11.3
phf_codegen workspace.dependencies patch 0.11.2 -> 0.11.3
reqwest workspace.dependencies patch 0.12.7 -> 0.12.15
semver workspace.dependencies patch 1.0.23 -> 1.0.26
sha2 workspace.dependencies patch 0.10.8 -> 0.10.9
snafu workspace.dependencies patch 0.8.4 -> 0.8.5
termion workspace.dependencies patch 4.0.2 -> 4.0.5
tracing (source) workspace.dependencies patch 0.1.40 -> 0.1.41
tracing-subscriber (source) workspace.dependencies patch 0.3.18 -> 0.3.19
url workspace.dependencies patch 2.5.2 -> 2.5.4
yarn packageManager patch 1.22.19 -> 1.22.22

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Swatinem/rust-cache (Swatinem/rust-cache)

v2.7.8

Compare Source

What's Changed

Full Changelog: Swatinem/rust-cache@v2.7.7...v2.7.8

v2.7.7

Compare Source

Full Changelog: Swatinem/rust-cache@v2.7.6...v2.7.7

v2.7.6

Compare Source

What's Changed
New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.5...v2.7.6

v2.7.5

Compare Source

What's Changed
New Contributors

Full Changelog: Swatinem/rust-cache@v2.7.3...v2.7.5

dtolnay/async-trait (async-trait)

v0.1.88

Compare Source

  • Fix lifetime bounding on generic parameters that have cfg (#​289)

v0.1.87

Compare Source

  • Documentation improvements

v0.1.86

Compare Source

  • Documentation improvements

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)
clap-rs/clap (clap)

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
nukesor/comfy-table (comfy-table)

v7.1.4

Compare Source

Fix
  • Handle UTF-8 graphemes when truncating cells. #​167
  • Respect UTF-8 zero-width joiner and variation selection characters when splitting words. #​168 by tisonkun
Change
  • Remove strum dependency. #​169 by tisonkun
  • Introduce the unicode-segmentation library in the scope of #​167 and #​168.
  • The new changes for correct UTF-8 handling have a performance hit of up to ~67%.
    However, this will most likely unnoticable for most people.
    The benchmark table with 10 columns and 500 rows slowed down from 15ms to 25ms.
    For "normal" tables, the performance hit is negligible.

v7.1.3

Compare Source

Fix
  • Bump crossterm to 0.28 on Windows as well

v7.1.2

Compare Source

Chore
  • Bump crossterm to 0.28
  • Bump unicode-width to 0.2
eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)

Documentation

Build Related

  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)

Chores

rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
mittwald/go-helm-client (github.com/mittwald/go-helm-client)

v0.12.17

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.16...v0.12.17

v0.12.16

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.15...v0.12.16

v0.12.15

Compare Source

What's Changed

New Contributors

Full Changelog: mittwald/go-helm-client@v0.12.14...v0.12.15

v0.12.14

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.13...v0.12.14

v0.12.13

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.12...v0.12.13

v0.12.12

Compare Source

What's Changed

Full Changelog: mittwald/go-helm-client@v0.12.11...v0.12.12

v0.12.11

Compare Source

What's Changed

New Contributors

Full Changelog: mittwald/go-helm-client@v0.12.10...v0.12.11

rust-lang/libc (libc)

v0.2.172

Compare Source

Added
  • Android: Add getauxval for 32-bit targets (#​4338)
  • Android: Add if_tun.h ioctls (#​4379)
  • Android: Define SO_BINDTOIFINDEX (#​4391)
  • Cygwin: Add posix_spawn_file_actions_add[f]chdir[_np] (#​4387)
  • Cygwin: Add new socket options (#​4350)
  • Cygwin: Add statfs & fcntl (#​4321)
  • FreeBSD: Add filedesc and fdescenttbl (#​4327)
  • Glibc: Add unstable support for _FILE_OFFSET_BITS=64 (#​4345)
  • Hermit: Add AF_UNSPEC (#​4344)
  • Hermit: Add AF_VSOCK (#​4344)
  • Illumos, NetBSD: Add timerfd APIs (#​4333)
  • Linux: Add _IO, _IOW, _IOR, _IOWR to the exported API (#​4325)
  • Linux: Add tcp_info to uClibc bindings (#​4347)
  • Linux: Add further BPF program flags (#​4356)
  • Linux: Add missing INPUT_PROP_XXX flags from input-event-codes.h (#​4326)
  • Linux: Add missing TLS bindings (#​4296)
  • Linux: Add more constants from seccomp.h (#​4330)
  • Linux: Add more glibc ptrace_sud_config and related PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG. (#​4386)
  • Linux: Add new netlink flags (#​4288)
  • Linux: Define ioctl codes on more architectures (#​4382)
  • Linux: Add missing pthread_attr_setstack (#​4349)
  • Musl: Add missing utmpx API (#​4332)
  • Musl: Enable getrandom on all platforms (#​4346)
  • NuttX: Add more signal constants (#​4353)
  • QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs (#​4169)
  • QNX: Add support for alternative Neutrino network stack io-sock (#​4169)
  • Redox: Add more sys/socket.h and sys/uio.h definitions (#​4388)
  • Solaris: Temporarily define O_DIRECT and SIGINFO (#​4348)
  • Solarish: Add secure_getenv (#​4342)
  • VxWorks: Add missing d_type member to dirent (#​4352)
  • VxWorks: Add missing signal-related constsants (#​4352)
  • VxWorks: Add more error codes (#​4337)
Deprecated
  • FreeBSD: Deprecate TCP_PCAP_OUT and TCP_PCAP_IN (#​4381)
Fixed
  • Cygwin: Fix member types of statfs (#​4324)
  • Cygwin: Fix tests (#​4357)
  • Hermit: Make AF_INET = 3 (#​4344)
  • Musl: Fix the syscall table on RISC-V-32 (#​4335)
  • Musl: Fix the value of SA_ONSTACK on RISC-V-32 (#​4335)
  • VxWorks: Fix a typo in the waitpid parameter name (#​4334)
Removed
  • Musl: Remove O_FSYNC on RISC-V-32 (use O_SYNC instead) (#​4335)
  • Musl: Remove RTLD_DEEPBIND on RISC-V-32 (#​4335)
Other
  • CI: Add matrix env variables to the environment (#​4345)
  • CI: Always deny warnings (#​4363)
  • CI: Always upload successfully created artifacts (#​4345)
  • CI: Install musl from source for loongarch64 (#​4320)
  • CI: Revert "Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64" (#)
  • CI: Use $PWD instead of $(pwd) in run-docker (#​4345)
  • Solarish: Restrict openpty and forkpty polyfills to Illumos, replace Solaris implementation with bindings (#​4329)
  • Testing: Ensure the makedev test does not emit unused errors (#​4363)
openapi-ts/openapi-typescript (openapi-typescript)

v6.7.6

Compare Source

Patch Changes
rust-phf/rust-phf (phf)

v0.11.3: phf v0.11.3

Compare Source

See also related crates on Git tags!

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@phf-v0.11.2...phf-v0.11.3

seanmonstar/reqwest (reqwest)

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

Compare Source

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

v0.12.12

Compare Source

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

Compare Source

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

Compare Source

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

v0.12.9

Compare Source

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.

v0.12.8

Compare Source

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
dtolnay/semver (semver)

v1.0.26

Compare Source

  • Documentation improvements

v1.0.25

Compare Source

v1.0.24

Compare Source

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#​328, thanks @​Eh2406)
RustCrypto/hashes (sha2)

v0.10.9

Compare Source

shepmaster/snafu (snafu)

v0.8.5

Compare Source

Added
  • Implement the core::error::Error trait instead of
    std::error::Error when the rust_1_81 feature flag is
    enabled. This supersedes the unstable-core-error feature flag.
redox-os/termion (termion)

v4.0.5

Compare Source

  • Add helpers to get terminal size from file descriptor

v4.0.4

Compare Source

  • Remove debug printing when parsing CSI sequences
  • Support NO_COLOR environment variable

v4.0.3

Compare Source

Remove unused code and update dependencies.

tokio-rs/tracing (tracing)

v0.1.41: tracing 0.1.41

Compare Source

[ crates.io ] | [ docs.rs ]

This release updates the tracing-core dependency to v0.1.33 and
the tracing-attributes dependency to v0.1.28.

Added
  • core: Add index API for Field (#​2820)
  • core: Allow &[u8] to be recorded as event/span field (#​2954)
Changed
  • Bump MSRV to 1.63 (#​2793)
  • core: Use const thread_locals when possible (#​2838)
Fixed
  • Removed core imports in macros (#​2762)
  • attributes: Added missing RecordTypes for instrument (#​2781)
  • attributes: Change order of async and unsafe modifier (#​2864)
  • Fix missing field prefixes (#​2878)
  • attributes: Extract match scrutinee (#​2880)
  • Fix non-simple macro usage without message (#​2879)
  • Fix event macros with constant field names in the first position (#​2883)
  • Allow field path segments to be keywords (#​2925)
  • core: Fix missed register_callsite error (#​2938)
  • attributes: Support const values for target and name (#​2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#​3024)
servo/rust-url (url)

v2.5.4

Compare Source

What's Changed

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

v2.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.5.2...v2.5.3

yarnpkg/yarn (yarn)

v1.22.22

Compare Source

  • Fixes a punycode warning.

  • Fixes a hoisting issue when transitive dependencies themselves listed aliases as dependencies.

v1.22.21

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Fixes an issue in the v1.22.20 when calling Yarn from a project subfolder, outside of a Corepack context.

  • Added a SKIP_YARN_COREPACK_CHECK environment variable to skip the Corepack check.

v1.22.20

Compare Source

[!WARNING]
This release is missing a couple of artifacts (the .msi/.rpm/.deb/.asc files); we're working on fixing this.

  • Important: Punycode is now embed within the bundle, as it has been deprecated by Node.js and will be removed in a future version.

  • A message will be displayed when Yarn 1.22 notices that the local project has a package.json file referencing a non-1.x Yarn release via the packageManager field. The message will explain that the project is intended to be used with Corepack.

  • The yarn-error.log files won't be generated anymore, as we don't process non-critical 1.x bug reports (we however process all bugs reported on https://github.com/yarnpkg/berry; we just released the 4.0.2 release there).

  • The yarn set version x.y.z command will now install the exact x.y.z version (prior to this change it used to first install the latest version, and only in a second step would it downgrade to x.y.z; this was causing issues when we bump the minimal Node.js version we support, as running yarn set version 3.6.4 wouldn't work on Node 16).

  • Prevents crashes when reading from an empty .yarnrc.yml file.


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@stackable-bot stackable-bot added the dependencies Pull requests that update a dependency file label May 14, 2024
@stackable-bot stackable-bot requested a review from a team May 14, 2024 09:05
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch 3 times, most recently from 9929121 to 3130939 Compare May 14, 2024 09:23
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 3130939 to 3a54442 Compare June 13, 2024 08:25
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 3a54442 to d0a06b0 Compare September 10, 2024 13:33
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from d0a06b0 to 1693516 Compare October 16, 2024 08:47
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 1693516 to c2a5394 Compare March 24, 2025 13:56
@stackable-bot stackable-bot changed the title chore(deps): update all dependencies (patch only) fix(deps): update all dependencies (patch only) Mar 24, 2025
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch 2 times, most recently from 73bdfb3 to 61a6448 Compare March 28, 2025 17:09
@stackable-bot
Copy link
Contributor Author

stackable-bot commented Mar 28, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 33 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.4 -> 1.23.0
go (toolchain) 1.22.5 -> 1.23.9
helm.sh/helm/v3 v3.15.3 -> v3.17.1
k8s.io/client-go v0.30.3 -> v0.32.2
github.com/Masterminds/semver/v3 v3.2.1 -> v3.3.0
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/containerd/containerd v1.7.20 -> v1.7.24
github.com/containerd/errdefs v0.1.0 -> v0.3.0
github.com/cyphar/filepath-securejoin v0.3.1 -> v0.3.6
github.com/rubenv/sql-migrate v1.7.0 -> v1.7.1
github.com/spf13/cast v1.6.0 -> v1.7.0
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/crypto v0.25.0 -> v0.31.0
golang.org/x/net v0.27.0 -> v0.33.0
golang.org/x/oauth2 v0.21.0 -> v0.23.0
golang.org/x/sync v0.7.0 -> v0.10.0
golang.org/x/sys v0.22.0 -> v0.28.0
golang.org/x/term v0.22.0 -> v0.27.0
golang.org/x/text v0.16.0 -> v0.21.0
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf -> v0.0.0-20240826202546-f6391c0de4c7
google.golang.org/protobuf v1.34.2 -> v1.35.1
k8s.io/api v0.30.3 -> v0.32.2
k8s.io/apiextensions-apiserver v0.30.3 -> v0.32.2
k8s.io/apimachinery v0.30.3 -> v0.32.2
k8s.io/apiserver v0.30.3 -> v0.32.2
k8s.io/cli-runtime v0.30.3 -> v0.32.2
k8s.io/component-base v0.30.3 -> v0.32.2
k8s.io/kube-openapi v0.0.0-20240730131305-7a9a4e85957e -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/kubectl v0.30.3 -> v0.32.1
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241010143419-9aa6b5e7a4b3
sigs.k8s.io/kustomize/api v0.17.3 -> v0.18.0
sigs.k8s.io/kustomize/kyaml v0.17.2 -> v0.18.1
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.4.2

| datasource  | package                            | from     | to       |
| ----------- | ---------------------------------- | -------- | -------- |
| github-tags | Swatinem/rust-cache                | v2.7.3   | v2.7.8   |
| github-tags | Swatinem/rust-cache                | v2.7.0   | v2.7.8   |
| crate       | async-trait                        | 0.1.82   | 0.1.88   |
| crate       | clap                               | 4.5.35   | 4.5.38   |
| crate       | clap_complete                      | 4.5.24   | 4.5.50   |
| crate       | clap_complete_nushell              | 4.5.4    | 4.5.5    |
| crate       | clap_mangen                        | 0.2.23   | 0.2.26   |
| crate       | comfy-table                        | 7.1.1    | 7.1.4    |
| npm         | eslint                             | 8.57.0   | 8.57.1   |
| crate       | futures                            | 0.3.30   | 0.3.31   |
| go          | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.17 |
| crate       | libc                               | 0.2.171  | 0.2.172  |
| npm         | openapi-typescript                 | 6.7.5    | 6.7.6    |
| crate       | phf                                | 0.11.2   | 0.11.3   |
| crate       | phf_codegen                        | 0.11.2   | 0.11.3   |
| crate       | reqwest                            | 0.12.7   | 0.12.15  |
| crate       | semver                             | 1.0.23   | 1.0.26   |
| crate       | sha2                               | 0.10.8   | 0.10.9   |
| crate       | snafu                              | 0.8.4    | 0.8.5    |
| crate       | termion                            | 4.0.2    | 4.0.5    |
| crate       | tracing                            | 0.1.40   | 0.1.41   |
| crate       | tracing-subscriber                 | 0.3.18   | 0.3.19   |
| crate       | url                                | 2.5.2    | 2.5.4    |
| npm         | yarn                               | 1.22.19  | 1.22.22  |
@stackable-bot stackable-bot force-pushed the renovate/all-dependencies-(patch-only) branch from 61a6448 to dede83e Compare May 19, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant